The files here provide a sample implementation of  a dbExpress driver
and a  BDP Provider for AS/400/iSeries Mainframe Systems. For developers who are interested in
developing a	dbExpress driver, this sample - dbexpca400.pas - will show how the various
dbExpress interfaces like SQLDriver, SQLConnection, SQLCommand, SQLCursor and SQLMetadata are implemented.
The driver implements both interfaces in one DLL: ISQL*25 (for Delphi2005 and earlier) and
the new BDS 2006 ISQL*30 interfaces.

For BDP developers the sample code in PS.Data.iSeries.cs shows the implementation of ISQLConnection, ISQLCommand,
ISQLCursor, ISQLMetadata, ISchemaCreate interfaces for BDP integration. The bdpiSeries.dpr file is the unmanaged
part of PS.Data.iSeries.cs BDP .NET driver.

Peter Sawatzki has donated the driver for free as a sample to the Borland products that may apply;
currently the driver works for Delphi Versions 6, 7, 8, 2005, 2006, as well as C++Builder and C#Builder.

